home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 2000 February / enter2_1.iso / ms office / general office / guideon / guideonv110.exe / readme.txt < prev    next >
Text File  |  1999-03-15  |  9KB  |  182 lines

  1. Guideon v. 1.1 (c) 1999 Vector Development
  2.  
  3. ABOUT:
  4. Guideon allows you, the user to take control back over your identity.
  5. Microsoft Office applications include an identifier called a GUID
  6. (Globally Unique Identifier).  This identifier is unique to each
  7. machine.  As a result, any document could be traced back to its
  8. original creator.  Guideon lets you remove these identifiers from
  9. the files with no ill effects to the data files.
  10.  
  11. INSTALLATION:
  12. If you're reading this you probably got it installed.  But really
  13. all you have to do is run the installation program and follow the
  14. prompts.
  15.  
  16. UNINSTALLATION:
  17. Remove the directory you installed it into.  Guideon stores some
  18. settings in the registry at:
  19. HKEY_CURRENT_USER\Software\Guideon
  20. You probably will want to remove the program group (if you made it).
  21. In a future update we'll probably include an uninstaller, but
  22. we felt it was more important to get this available to you.
  23.  
  24. USING GUIDEON:
  25. Now that you have Guideon installed it would be a great time to go
  26. over some of the features and their use.  When you start Guideon
  27. you see the core of all the options that you have.  Basically,
  28. just fill out the options you want (which will be explained shortly)
  29. and click Replace GUID(s).  When you do this you'll see a smaller
  30. display showing the status of your operation.  When the animation
  31. stops the operation is complete and you can close this status display.
  32. If at anytime you want to stop the operation just hit the Stop button.
  33.  
  34. Now let's go over each option and what you can do with them.
  35.  
  36. * Directory: By selecting this radio button you're saying that you'd
  37. like to remove the GUID's from all the Microsoft Office files in a
  38. given directory.  Guideon does not detect Office files by their extensions.
  39. Rather it looks for a header on each file.  This allows it to easily handle
  40. some variations of the same files such as Document Templates.  You can
  41. click the Browse button to graphically select the directory or you can
  42. manually type in what you want.
  43.  
  44. * File: By selecting this radio button you're saying that you'd like to
  45. remove the GUID's from one file or a group of files that match a specific
  46. mask.      You can use the Browse button to select an individual file or, of
  47. course type, the full path in.  If you'd like to use the masking options
  48. you'll have to type it in by hand.  For example:
  49. C:\My Documents\*.doc
  50. This mask would work on all files ending in .doc in the My Documents folder.
  51. Most of the time .doc files are Microsoft Word Documents.  Guideon will not
  52. do anything if they aren't since it detects if they are Office Documents first.
  53.  
  54. * Replace With:  These radio buttons let you choose what you want Guideon to
  55. replace the existing GUID's in the files with.  You can choose to fill
  56. it with zeros, or you could optionally type in up to 72 characters of ASCII
  57. text to replace it with.  If you're trying to be evil here and put someone else's
  58. GUID in there, you might want to know that you want to leave the braces {} off,
  59. since we always leave them there so that Microsoft Office applications will still
  60. be able to read the files.
  61.  
  62. * Make Backup Copies:  WE STRONGLY RECOMMEND THAT YOU LEAVE THIS TURNED ON.  While
  63. it is rare, we have seen a few Office documents that were already corrupted in such
  64. a way as to cause slight corruption of the files.  This wasn't enough to prevent
  65. the Office Applications from being able to open them, however it would be nice to
  66. have that backup if something bad happens.  Guideon makes backups by appending the
  67. text you enter in the following edit space to the filenames.  If the file already
  68. exists you'll be asked what to do about it.  Note that the backups are made in
  69. the same location as the original files.  If there is some problem writing the backup
  70. file you will be prompted and given several choices.  It's important that you're aware
  71. that if you choose ignore all that if there's some other problem making the backup file,
  72. for example the file already exists and is set read-only, it will not backup the file.
  73. The first time you run an operation with backups turned off, Guideon will prompt you
  74. for confirmation, then you're on your own and it won't warn you.
  75.  
  76. * Write Log File: This is a really useful feature.  Sometimes it can be difficult
  77. to tell what the program is doing.  This tells you rather explicitly what is going on.  If
  78. Guideon hits a file that it can't open or write to for some reason it won't tell
  79. you in the graphical interface, it just skips it.  So looking at this log file
  80. can give you some idea what happened and why.
  81.  
  82. * Write original GUIDs to Log:  Unless you turn this on Guideon won't log what the
  83. original GUID's were.  We figured that you may not want to keep these numbers around
  84. if you're trying to protect your privacy.  So we let you decide if you want them
  85. to be logged or not.
  86.  
  87. * Recurse Subdirectories: Normally the above directory option will only do those
  88. files that are actually in that directory.  However, if you choose this option
  89. Guideon will also do all the documents in subdirectories under your chosen directory.
  90. You could choose an entire drive and check this option to have every Office Document
  91. removed of it's GUID.
  92.  
  93.  
  94. COMMAND LINE INTERFACE:
  95. Guideon can be automated via command line options.  This could be extremely useful if
  96. you wanted to write scripts that automatically periodically ran it against your harddrive.
  97. It could also be useful if someone wanted to take and write a macro for Word or Excel
  98. that automatically ran Guideon after ever save.  If you write some interesting thing like
  99. this we'd like to hear about it.  Just give us an email at: guideon@vecdev.com.
  100.  
  101. Here are the command line parameters:
  102.  
  103. guideon.exe <-d directory | -f filepath> [-z] [-u string] [-b backupextension]
  104.     [-l logpath] [-g] [-r] [-q]
  105. options:
  106.     You must have one of the following two options otherwise it'll run the graphical
  107.     version:
  108.     -d    The directory to run Guideon against.  Matches up to the directory feature above.
  109.     -f    The file or mask to run Guideon against.  Matches up to the file feature above.
  110.     -z    Replace GUID with zeros, this is the default so you don't have to include it
  111.         if you don't want to.
  112.     -u    Replace GUID with user defined string.
  113.     -b    Backup files by adding the user defined string to the end of the file name.
  114.     -l    Turns on logging by writing the log file to the path that follows.
  115.     -g    Turns on logging of GUIDs to the log file (only applicable when used with -l).
  116.     -r    Turns on directory recursion (only applicable when used with -d).
  117.     -q    Puts Guideon into quiet mode, without this parameter the status display is
  118.         shown as normal but the main window isn't displayed.  Useful if you want
  119.         it to run in the background.
  120.     -o    Automatically overwrite existing backup files without prompting.  USE WITH CARE!
  121.         When this is set you will see no errors if a backup file could not be written for
  122.         other reasons.  For example if the backup file was marked as read-only you would
  123.         not be prompted and the backup would just be skipped.
  124.  
  125. One thing to keep in mind if any of the strings that you need to include have a space in
  126. them you need to quote them.  For example:
  127. guideon.exe -d "c:\my documents"
  128.  
  129. DISTRIBUTION:
  130. See the VENDINFO.DIZ file for "DISTRIBUTION" information.
  131. This file contains the files sizes and CRC values for all the
  132. files being distributed with Guideon.  Please do not remove the
  133. VENDINFO.DIZ file or any other file from the Guideon Distribution.
  134.  
  135. TIPS:
  136. We'll be updating more tips about Guideon as we become aware about them
  137. and posting updates on our web site.  PLEASE look at this page
  138. before sending an email.  The address for the web page is:
  139. http://www.vecdev.com/guideon.html
  140.  
  141.  
  142. TO CONTACT THE AUTHOR SEND:
  143. Internet email to:    guideon@vecdev.com
  144. U.S. Mail:            PO Box 1886
  145.                     Issaquah, WA 98027
  146. IRC:                ResDev on EFNet or Undernet
  147. Voice:                (425) 392-2294
  148. WWW:                http://www.vecdev.com
  149.  
  150. Look for updates on our WWW site periodically.
  151. Please note we can't always respond to all your messages, we attempt to but
  152. it doesn't always happen.  Please be patient.  Remember look at the web site
  153. before sending email about something.
  154.  
  155. KNOWN BUGS:
  156. Some people are still having problems with the following:
  157. No known bugs yet.
  158.  
  159. Y2K Compliance:
  160. This program could be considered as "Not Sensitive".  Not Sensitive means
  161. that the software doesn't use date information in any way.  This software
  162. will obviously not have a problem in the year 2000.  This statement does
  163. not alter the warranty in anyway.
  164.  
  165. FUTURE PLANS:
  166. *  Include macros to make Word and Excel (maybe Powerpoint too) to run Guideon
  167. on every file that gets saved.  
  168. *  Possibly have foreign language versions available.
  169.  
  170. HISTORY:
  171. 1.0        3/10/1999    Initial Release.
  172. 1.1        3/15/1999    A few minor bug fixes.
  173.                     * Fixed a bug that caused drive paths to not work in some cases.  Thanks to
  174.                       Elena and Dave deBronkart for noticing this.
  175.                     * Added a View Log Feature at the end of the scan. This was Dave deBronkart's idea.
  176.                     * Made it more clear that the scan was complete.
  177.  
  178. SPECIAL THANKS:
  179. To Elena for putting up with me while I developed this and for doing the graphics
  180. on such short notice.
  181. To Kerby for saying his usual "Cool!"
  182.